home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / XINE-1.ZIP / INJECTOR.ZIP / DOC / INTRO < prev    next >
Encoding:
Text File  |  1996-10-25  |  1.2 KB  |  38 lines

  1. Injector version 0.666 BETA
  2. by KernelPanik (kp@ikx.org) and b0z0 the Clown (b0z0@ikx.org)
  3.  
  4. Injector is a tool with the following aims:
  5.  
  6. 1) To be a good dos sniffer.
  7.  
  8. 2) To be a mean to inject TCP/IP packets in a network.
  9.  
  10. 3) To be an enviroment for writting C programs that deal with network.
  11.  
  12. It uses a packet driver to comunicate with the network adapter. It MUST be
  13. loaded at interrupt vector 96 (0x60). You should have got one of these 
  14. drivers with the network adapter, othrwise look at some good DOS 
  15. Internet archive (i.e. SimTel). It currently supports only Blue Book 
  16. Ethernet packet frames, so NO Token-Ring or IEEE 802.3 LLC. 
  17.  
  18. Injector is written in Borland C++ 3.0. There may be some problems 
  19. with other compilers :-). Use the large memory model.
  20.  
  21. Whene the program starts you see the packets flowing in the upper part
  22. of the screen. In the lower you can type commands.
  23.  
  24. Refer to files cmds, bltin, newcmds for further information.
  25.  
  26. Drop me a line if you do any enhachments, find any bug or 
  27. if you have a question!
  28.  
  29. Note that this is only beta version and so there are many more things
  30. to be done ... so don't blame us to much :-)
  31.  
  32. Happy Hacking!
  33.  
  34. CIao! kp@ikx.org
  35.  
  36.  
  37.  
  38.